Fix64INumericFix64LogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Fix64 INumeric<Fix64>.LogicalOr(
Fix64 value
)
Private Function LogicalOr (
value As Fix64
) As Fix64 Implements INumeric(Of Fix64).LogicalOr
private:
virtual Fix64 LogicalOr(
Fix64 value
) sealed = INumeric<Fix64>::LogicalOr
private abstract LogicalOr :
value : Fix64 -> Fix64
private override LogicalOr :
value : Fix64 -> Fix64
- value Fix64
- The value with which to compute the logical bitwise OR.
Fix64The bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)